From eec27094c7a344962df8a3bd59ad08e12329d64d Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Mon, 7 Oct 2024 10:44:12 +1100 Subject: [PATCH] Add new binary package for QtQuickTest module --- debian/control | 15 +++++++++++++++ debian/python3-pyside6.qtquicktest.install | 2 ++ debian/tests/control | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 debian/python3-pyside6.qtquicktest.install diff --git a/debian/control b/debian/control index 5f4d1152..3c0ec86a 100644 --- a/debian/control +++ b/debian/control @@ -749,6 +749,21 @@ Description: Python bindings for Qt 6 QuickControls2 (Python 3) . This package contains Python 3 bindings for the QtQuickControls2 module. +Package: python3-pyside6.qtquicktest +Architecture: any +Depends: + python3-pyside6.qtquick, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Description: Python bindings for Qt 6 QuickTest (Python 3) + pyside6 provides Python bindings for Qt 6.x framework. + . + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains Python 3 bindings for the QtQuickTest module. + Package: python3-pyside6.qtquickwidgets Architecture: any Depends: diff --git a/debian/python3-pyside6.qtquicktest.install b/debian/python3-pyside6.qtquicktest.install new file mode 100644 index 00000000..22c3ef1e --- /dev/null +++ b/debian/python3-pyside6.qtquicktest.install @@ -0,0 +1,2 @@ +usr/lib/python3*/dist-packages/PySide6/QtQuickTest.*.so usr/lib/python3/dist-packages/PySide6 +usr/lib/python3*/dist-packages/PySide6/QtQuickTest.pyi usr/lib/python3/dist-packages/PySide6 diff --git a/debian/tests/control b/debian/tests/control index fd1c2816..803fc5d1 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -231,6 +231,13 @@ Depends: Restrictions: allow-stderr, superficial Features: test-name=python3-pyside6.qtquickcontrols2 +Test-Command: debian/tests/test_install_python3.sh python3-pyside6.qtquicktest PySide6.QtQuickTest +Depends: + python3, + python3-pyside6.qtquicktest, +Restrictions: allow-stderr, superficial +Features: test-name=python3-pyside6.qtquicktest + Test-Command: debian/tests/test_install_python3.sh python3-pyside6.qtquickwidgets PySide6.QtQuickWidgets Depends: python3, -- 2.30.2